DescriptionUnited States Income Distribution 1947-2007.svg
English: Graph of United States income distribution from 1947 through 2007 inclusive, normalized to 2007 dollars. The data source is "Table F-1. Income Limits for Each Fifth and Top 5 Percent of Families (All Races): 1947 to 2007", U.S. Census Bureau, Current Population Survey, Annual Social and Economic Supplements, as found at https://www.census.gov/hhes/www/income/histinc/f01AR.html[ archive copy at the Wayback Machine backup].
This work is entirely my own, built using gnuplot 4.2. I relinquish any and all copyright claims I might have, releasing the work into the public domain.
set terminal svg size 1000 400 enhanced fname "Arial" fsize 18
set grid back lw 1
set border 3
set logscale y
set format y "%6.0f"
set yrange [10000:500000]
set ytics nomirror 10000,2,500000
set xtics nomirror
set key top left Left reverse width -8 spacing 0.8 samplen 1
set ylabel "Income in 2007 US$" font "Arial,24"
set size ratio 0.4
# Skipping linetype (lt) 4; it's cyan and not very dark against white backgrounds.
plot \
"income-distribution-data" using 1:7 with lines lw 2 lt 6 title "{/Arial=15 95th percentile}",\
"income-distribution-data" using 1:6 with lines lw 2 lt 5 title "{/Arial=15 80th percentile}",\
"income-distribution-data" using 1:5 with lines lw 2 lt 3 title "{/Arial=15 60th percentile}",\
"income-distribution-data" using 1:4 with lines lw 2 lt 2 title "{/Arial=15 40th percentile}",\
"income-distribution-data" using 1:3 with lines lw 2 lt 1 title "{/Arial=15 20th percentile}"
To create the graph, the follow command was used:
gnuplot < commands > out.svg
Licensing
Public domainPublic domainfalsefalse
I, the copyright holder of this work, release this work into the public domain. This applies worldwide. In some countries this may not be legally possible; if so: I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.
Captions
Add a one-line explanation of what this file represents
{{Information |Description={{en|1=Graph of United States income distribution from 1947 through 2007 inclusive, normalized to 2007 dollars. The data source is "Table F-1. Income Limits for Each Fifth and Top 5 Percent of Families (All Races): 1947 to 2007